golang.org/x/tools/internal/gcimporter.iimporter.stringAt (method)
7 uses
golang.org/x/tools/internal/gcimporter (current package)
iimport.go#L247: pkgPath := p.stringAt(pkgPathOff)
iimport.go#L248: pkgName := p.stringAt(r.uint64())
iimport.go#L264: name := p.stringAt(r.uint64())
iimport.go#L441: func (p *iimporter) stringAt(off uint64) string {
iimport.go#L467: filename := p.stringAt(rd.uint64())
iimport.go#L509: path := p.stringAt(off)
iimport.go#L860: func (r *importReader) string() string { return r.p.stringAt(r.uint64()) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)